type github.com/jackc/pgx/v5/pgtype.encodePlanTimeCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		time.go#L92: 		return encodePlanTimeCodecBinary{}
		time.go#L100: type encodePlanTimeCodecBinary struct{}
		time.go#L102: func (encodePlanTimeCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {